home *** CD-ROM | disk | FTP | other *** search
/ Intel Web Outfitter Tool Kit 4 / Intel WebOutfitter Tool Kit Version 4.0.iso / nonpublic / plugins / BLAXXUN / ESN / Blaxxun.cab / setup-int.exe / data1.cab / trustlib_vrml / EventIn.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-29  |  727 b   |  13 lines

  1. package blaxxunvrml;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com._Guid;
  5.  
  6. public interface EventIn extends IUnknown {
  7.    _Guid iid = new _Guid(-1161493603, (short)30169, (short)4560, (byte)-109, (byte)21, (byte)0, (byte)32, (byte)-81, (byte)-32, (byte)92, (byte)-56);
  8.  
  9.    void setValueFromString(String var1);
  10.  
  11.    int getType();
  12. }
  13.